Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
chore(pkg): add breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe authored Mar 3, 2017
1 parent 0ad1a9c commit 7536120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = {
plugins: [
require('postcss-import'),
require('postcss-cssnext'),
require('postcss-neat'),
require('rucksack-css'),
require('postcss-cssnext'), // permit future css rules
require('postcss-neat'), // @TODO investigate purging? may be unused
require('rucksack-css'), // css function superset (e.g. less like syntax)
require('autoprefixer')({ browsers: ['last 2 version'] })
]
}

0 comments on commit 7536120

Please sign in to comment.