我正在尝试用指南针安装Blueprint,但是它不工作。
我在不同的网站/论坛上搜索,但我没有找到我的答案。
我的问题是:
$ gem install compass-blueprint
Fetching: compass-blueprint-0.0.1.gem (100%)
Successfully installed compass-blueprint-0.0.1
1 gem installed
$ compass frameworks
Available Frameworks & Patterns:
* compass
- compass/ellipsis - Plugin for cross-browser ellipsis truncated text.
- compass/extension - Generate a compass extension.
- compass/pie - Integration with http://css3pie.com/
- compass/project - The default project layout.
$ compass install blueprint
No such framework: "blueprint" // Understandable, the framework is not in the list蓝图框架在compass的框架列表中不可用。
我使用的是Compass 0.13.alpha.4
你有安装它的想法吗?
发布于 2013-07-06 04:25:07
0.13中将Blueprint从指南针中删除。
http://compass-style.org/blog/2012/05/20/removing-blueprint/
https://stackoverflow.com/questions/17495679
复制相似问题