startpoint-sass
v0.1.10
Published
The sass-based starting point to every web projects without javascript.
Downloads
2
Readme
Startpoint for every web projects
Pure Sass, no Javascript. Startpoint will get you a simple and beautiful starting point for your website. It contains a variable file where you can determine colors, font properties, spaces and other styles. In addition to this Startpoint offers the most important helper attributes that speed up the development of your site.
!!! I can't promise backwards compatible before version 1.0.0 !!!
Docs
https://www.rane.io/startpoint
Links
Demo https://startpoint-demo.rane.io
Github https://github.com/raneio/startpoint-sass
NPM https://www.npmjs.com/package/startpoint-sass
Yarn https://yarn.pm/startpoint-sass
Twitter https://twitter.com/raneio
Dependencies
No dependencies, but I recommend to use Normalize
Creator
Rane Ahonen
- https://www.rane.io
- https://twitter.com/raneio
- https://github.com/raneio
Copyright and license
Code and documentation copyright 2017 Rane Ahonen, Rane.io. Code released under the MIT License. Docs released under Creative Commons.
How to test with demo site
- Check "Get Started" from documents: https://www.rane.io/startpoint
npm install --save-dev node-sass
- Copy variables from
./default.sass
to./demo/sass/variables.sass
- Make some changes to
./demo/sass/variables.sass
npm run demo
- Open
./demo/index.html
with your browser