学习如何结合 Blueprintcss 和 Compass/Sass 的最佳方法?
我想将 Blueprintcss 和 Compass/Sass 应用于 Rails 项目。
我应该先学习 Blueprint 还是先学习 Compass/Sass,还是有关于如何同时使用这两者的指南?
另外,它是一个 Rails 项目有什么区别吗? 这种技术组合是否可以轻松应用于 Java 项目等?
I would like to apply Blueprintcss and Compass/Sass to a Rails project.
Should I learn Blueprint first or Compass/Sass first or are there any guides on how to use the two of these together?
Also, does it make any difference that it's a Rails project? Could this combination of technologies be just as easily applied to, say, a Java project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
当我第一次接触Compass时,我既不知道Compass,也不知道Blueprint。 我首先观看了 Compass 截屏视频,然后尝试使用它。 由于 Sass 与 CSS 类似(类固醇上的 CSS ;-)),所以我很快就能开始真正的工作。 拥有 Blueprint CSS 备忘单帮了很多忙。 因此,我建议先学习Compass,然后再学习Blueprint。
另请查看 Compass 的 GitHub wiki 页面。
可以轻松地将 Compass 与任何语言/框架组合一起使用。
When I first encountered Compass, I knew neither Compass nor Blueprint. I started out by watching the Compass screencast and then by trying to use it. As Sass is similar to CSS (CSS on steroids ;-)), I was able to get working real soon. Having the Blueprint CSS cheat sheet helped a lot. Thus, I recommend learning Compass first and then learning Blueprint on the way.
Also have a look at the GitHub wiki pages for Compass.
It is easy to use Compass with any language/framework combination.
Compass 附带了自己的 Blueprint 版本,所以我建议学习 Compass。
Compass comes with its own version of Blueprint, so I'd say just learn Compass.
蓝图只是预定义的简单 CSS 集。 因此您可以在任何框架或编程语言上使用它。
我自己使用 php 和 java 项目的蓝图。 对于 php,我使用 codeigniter、joomla 甚至 wordpress ;)
Blueprint is just predefined plain set of css. so you can use it on any frameworks or programming languages.
I my self using blueprint for both php and java project. for php i am using codeigniter, joomla and even wordpress ;)