https://github.com/devopsthinh/cssbootcamp
HTML - CSS - SASS/ SCSS Revision "The Road to Better CSS"
https://github.com/devopsthinh/cssbootcamp
cascading-style-sheets compass css3 html-css html5 javascript libsass sass scss scss-framework
Last synced: 4 months ago
JSON representation
HTML - CSS - SASS/ SCSS Revision "The Road to Better CSS"
- Host: GitHub
- URL: https://github.com/devopsthinh/cssbootcamp
- Owner: DevOpsThinh
- Created: 2022-05-01T17:26:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T15:45:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T10:46:25.082Z (about 1 year ago)
- Topics: cascading-style-sheets, compass, css3, html-css, html5, javascript, libsass, sass, scss, scss-framework
- Language: HTML
- Homepage:
- Size: 16.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
"Thanks for your reading, please give me a STAR!"
#### "Start writing some Syntactically Awesome Style Sheets (Sass). Clean, beautiful code, make other devs be able to read what is there & understand it!"
### Commands
- "node-sass --output-style compressed scss --output css" in assets directory for compile *.scss files into css files;
- "npm run build" or "gulp sdocs" in root of project directory for generate sass documentation;
- "compass watch" for watching & compile our scss code project.

### Used Software Info:
- Visual Studio Code v1.67.1
- Node.js 16
- LibSass (with node-sass): a wrapped C/C++ library
- Compass: 1.0.3 (Polaris)
- Toolkit: SassDoc 2.0 from Hugo in Gulp pipelines
### References
- Sass: https://sass-lang.com/
- SassDoc: http://sassdoc.com/
- Compass: http://compass-style.org/