问题标签 [bourbon]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Grunt and Bourbon - Cannot Find Module 'Bourbon'
I'm trying to use GruntJS to make some improvements to my workflow - I've been using Compass for a while but I'm wanting to try out Bourbon and so I've been trying to get this working but failing.
I'm getting the following error when I run 'grunt':
I've installed this through Node using 'npm install' with the following 'package.json' file:
My grunt file looks like this:
module.exports = function(grunt) {
I've also imported the file in the top of my SCSS stylesheets using:
@import 'bourbon';
Not sure what I'm doing wrong here, any help would be greatly appreciated!
Please let me know if you need any more info.
sass - Bourbon 3.1.8 和 Sass 3.3.2 (Maptastic Maple) 相处不来
我已经安装了最新的 sass 和最新的波旁威士忌,但我收到了这个错误:
>>> Sass is watching for changes. Press Ctrl-C to stop.
error main.scss (Line 1: File to import not found or unreadable: bourbon/b
ourbon.
Load path: C:/xampp/htdocs/FJavaScriptjQueryInfinite_Skills_-_Learning_jQuery_Tr
aining_Video/sass (DEPRECATED))
我曾尝试手动使用文件夹中的波旁威士忌,但不断收到相同的错误。
帮助 -(。
css - 在 li 之后添加 >>,最后一个 li 除外
我正在开发这样的面包屑:
我正在使用 Sass 设置面包屑的样式:
为了在每个列表项之后添加一个“>>”,我在我的 li 定义中添加了这个:
这工作正常,但现在我想添加一个规则,定义不要将“>>”添加到最后一个列表项。我试过这个:
但这会使所有“>>”消失。
有人能告诉我如何在每个列表项之后添加一个“>>”,除了最后一个吗?
bourbon - Bourbon Neat 中 span-columns() 和 row() 之间的区别
@include span-columns(12)
和 和有什么不一样@include row()
?我应该使用哪个以及何时使用?
javascript - 在 node-sass grunt 任务中包含 node-neat + 其他文件
我正在使用 grunt-sass 并且在添加其他包含路径时遇到了使用 node-neat 的麻烦。跑步时...
sass 任务运行良好。
虽然当我添加另一个包含文件时。
我收到一个要导入的错误文件,找不到或无法读取:“bourbon”。所以我添加了 node-bourbon,即使我认为它是由 node-neat 加载的。
我现在收到一条错误消息,指出要导入的文件未找到或不可读:“整洁”。我对这一切都很陌生,有点迷茫。谢谢!
javascript - 将波旁威士忌/波旁威士忌与 Yeoman 一起使用而不会出错
我刚开始使用 Yeoman,到目前为止效果很好。
我想用波旁威士忌/波旁威士忌代替罗盘,这是我遇到问题的地方。我按照本教程进行操作,但是当我运行“grunt serve”时出现问题。它似乎没有将我的 scss 编译成 css 文件。我检查了目录,那里没有文件。
我试着让thoughtbot的人帮忙,但还没有回应。
任何帮助都会很棒。
这是我的 gruntfile.js 供参考。
zurb-foundation - 我可以将粉底 5 与波旁威士忌一起使用吗?
嘿伙计们,我完全被干净的语义标记的力量所震撼。我的问题是我可以只使用 Fundation 的 UI 组件和 Neat 吗?有人试过吗?谢谢。
css - 有什么方法可以将通过 SASS Bourbon 编译的 SCSS 代码反编译成可读格式?
由于通过 SASS Bourbon 编译,我的 SCSS 代码全部在一行上。结果它基本上是不可读的。
我只是想知道是否有一个程序可以获取 SCSS 代码并将其分解为更具可读性的 CSS 格式?
谢谢,
bourbon - 重置 Neat 中列之间的边距和填充
我是整洁的新手。我想知道我在这里做错了什么,因为我正在尝试重置网格中列之间的自动边距和填充。这是我的代码
网格列变量正在工作,但装订线没有。你能帮帮我吗?谢谢。
sass - 使用 grunt serve 出错?
我正在使用Generator-jekyllrb并且它有一个似乎无法处理某些 scss 文件的 grunt 任务。我收到此错误:
我bower
用来管理我所有的库和插件,我相信最好的做法是保留所有这些文件_bower_components
夹以供更新,如果你要移植你的项目。
无论如何,我想知道这是否是我的问题。我有一个sass
链接到该文件夹的_bower_components
文件夹。
这是我得到的错误:
我应该只转储refills
文件sass
夹中的文件吗?