npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cssui

v0.70.0

Published

# Build

Downloads

6

Readme

CssUI

Build

node build
node server

兼容性

  • ie: >=6.0.0
  • chrome: >=1.0.0

使用技术

  • nodejs: latest
  • css: ^2.0.0 || ^3.0.0
  • html: ^4.0.0 || ^5.0.0
  • ecmascript: ^3.0.0
  • dom: ^3.0.0
  • sizzle: 2.3.1
  • postcss: ^5.0.20
  • postcss-calc: ^5.2.1
  • postcss-color-function: ^2.0.1
  • postcss-css-variables: ^0.5.1
  • postcss-each: ^0.9.1
  • postcss-for: ^2.0.2
  • postcss-import: ^8.1.0
  • postcss-rgba-hex: ^0.3.5
  • postcss-simple-vars: ^1.2.0
  • rollup: ^0.26.2
  • rollup-plugin-includepaths: ^0.1.2

设计思想

  • baseCss
  • toolCss
  • CommonComponetsCss
  • ComponentsCss
  • ThemeCss

更新日志

版本的格式 major.minor.patch 主版本号.次版本号.修补版本号

0.27.2 版本 2016-05-20

  • 主题风格变更
  • 添加 step 模块
  • 添加 column 模块
  • 删除 grid 模块
  • 更新 button 模块
  • 更新 input 模块
  • 更新 table 模块
  • 更新 page 模块
  • 更新 textarea 模块

0.36.9 版本 2016-05-26

  • 更新 theme 模块:添加注释。theme 模块用于存放设计师的配色,定义整个UI的风格。
  • 添加 progress 模块
  • 添加 tip 模块
  • 添加 sizzle 模块
  • 添加 calendar 模块:日历模块,提供获取当前年、月、日列表。当前日期前几天,后几天
  • 添加 util 模块
  • 添加 dateUtil 模块
  • 添加 placeholder 模块。使得IE6789可以兼容placeholder属性

0.70.0 版本 2016-06-02

  • button 添加对 IE6 的支持
  • column 添加对 IE6 的支持
  • demo 添加对 IE6 的支持
  • form 添加对 IE6 的支持
  • input 添加对 IE6 的支持
  • label 添加对 IE6 的支持
  • link 添加对 IE6 的支持
  • list 添加对 IE6 的支持
  • margin 添加对 IE6 的支持
  • notice 添加对 IE6 的支持
  • page 添加对 IE6 的支持
  • popup 添加对 IE6 的支持
  • progress 添加对 IE6 的支持
  • reset 添加对 IE6 的支持
  • tab 添加对 IE6 的支持
  • table 添加对 IE6 的支持
  • text 添加对 IE6 的支持
  • textarea 添加对 IE6 的支持
  • tip 添加对 IE6 的支持
  • tool 添加对 IE6 的支持
  • util 添加对 IE6 的支持