Skip to content

wangyongtao/SimpleCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCSS

SimpleCSS: A simple CSS framework

install Sass

$ npm install -g sass

sass version:

$ sass --version
1.29.0 compiled with dart2js 2.10.3

build

git clone:

$ git clone https://github.com/wangyongtao/SimpleCSS.git
$ cd SimpleCSS

build:

$ sass --watch src/index.scss dist/simple.css

$ sass --watch src/index.scss dist/simple.min.css --style compressed

Github Pages:

$ sass src/index.scss docs/dist/simple.css
$ sass src/index.scss docs/dist/simple.min.css --style compressed

Thanks

pure
bulma
spectre
bootstrap
normalize
tailwindcss

License

MIT

About

SimpleCSS: A simple CSS framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages