sass-boilerplate

A boilerplate for Sass projects using the 7-1 architecture pattern from Sass Guidelines.

Github星跟蹤圖

Sass Boilerplate

This is a sample project using the 7-1 architecture pattern and sticking to Sass Guidelines writing conventions.

Each folder of this project has its own README.md file to explain the purpose and add extra information. Be sure to browse the repository to see how it works.

Using the indented syntax

Sass conversion

This boilerplate does not provide a .sass version as it would be painful to maintain both versions without an appropriate build process. However, it is very easy to convert this boilerplate to Sass indented syntax.

Clone it, head into the project and then run:

sass-convert -F scss -T sass -i -R ./  && find . -iname “*.scss” -exec bash -c 'mv "$0" “${0%\.scss}.sass"' {} \;

Use with Node-sass

When using node-sass - in order to build that boilerplate, one needs to:

  • install node-sass if not yet installed:
npm install -g node-sass
  • run build command from command line:
node-sass stylesheets/main.scss dist/main.css

主要指標

概覽
名稱與所有者KittyGiraudel/sass-boilerplate
主編程語言SCSS
編程語言SCSS (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2015-05-22 10:09:45
推送於2024-07-28 07:36:30
最后一次提交2024-07-18 19:56:43
發布數0
用户参与
星數3.4k
關注者數100
派生數778
提交數63
已啟用問題?
問題數26
打開的問題數0
拉請求數18
打開的拉請求數0
關閉的拉請求數9
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?