KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
sass
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
WS2812B-LED-Driver-ChibiOS
:
LED Driver library for WS2812B. Hardware implementation, no reliance on real time software for timing. Using ChibiOS.
cryptocad
:
Application for scrambling and/or encryption your CAD.
ECSEngine
:
My foray in the world of Entity Component System Engine design.
Cam3HiddenAPIs
:
Sample Android Apps Using Camera 3 Hidden APIs from KitKat (Android v 4.4)
jquery-markdown
:
jQuery Markdown is a jQuery Plugin that provides necessary functions for a markdown editor
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sass
?
Download (.md)
Sass Boilerplate for generic CSS/HTML ============= <a href="http://coderiver.com.ua" target="_blank">Coderiver.com.ua</a> boilerplate. I'm using this as a starting template for almost any project now. It includes sprites, assorted mixins (aka code snippets), file structure, jquery+cycle+scrollto (most usable these days). And, that's it. You need to have Compass installed for it to work properly. Structure ============= `/sass/lib/base` - all the mixins and libs needed for us. `/sass/screen.sass` - agregates all .sass files. `/sass/main.sass` - styles for the mainpage. Naming blocks ============= I use BEM naming, meaning `.block` for independent block. `.block__element` for elements inside that block. And `.block_modification` for modification of the block. `layouts.sass` consists of all the columns-header-footer stuff, all with `.l-*` prefixes. So you know its layout. States of the blocks use prefix `.is-*`. For example `.is-running`, `.is-hidden`, `.is-open`. Hooks for js should use prefix `.js-*`.