开发者

Add Blueprint to a Rails 3 project using compass gem

开发者 https://www.devze.com 2023-02-06 06:46 出处:网络
I have a new Rails 3 project. I have installed Compass. I would like to generate the stylesheets in app/style开发者_运维技巧sheets using the Blueprint framework.compass init rails /path/to/myrailsproj

I have a new Rails 3 project. I have installed Compass. I would like to generate the stylesheets in app/style开发者_运维技巧sheets using the Blueprint framework.


compass init rails /path/to/myrailsproject --using blueprint/semantic

Accept the defaults when prompted; your Sass files will be put in app/stylesheets and the compiled css will be put in public/stylesheets/compiled.

0

精彩评论

暂无评论...
验证码 换一张
取 消