mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Gruntfile: make JSCS happier
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ module.exports = function (grunt) {
|
|||||||
postcss: {
|
postcss: {
|
||||||
options: {
|
options: {
|
||||||
map: true,
|
map: true,
|
||||||
processors: [mq4HoverShim.postprocessorFor({hoverSelectorPrefix: '.bs-true-hover '})]
|
processors: [mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' })]
|
||||||
},
|
},
|
||||||
core: {
|
core: {
|
||||||
src: 'dist/css/<%= pkg.name %>.css'
|
src: 'dist/css/<%= pkg.name %>.css'
|
||||||
|
|||||||
Reference in New Issue
Block a user