UNPKG
bootstrap-less-port
Version:
latest (2.5.1)
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.0.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Less port of Bootstrap v4
github.com/seanCodes/bootstrap-less-port
seanCodes/bootstrap-less-port
bootstrap-less-port
/
build
/
postcss.config.js
13 lines
(10 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/* eslint-env node */
'use strict'
module
.
exports
=
() =>
({
map
: { inline :
false
, annotation :
true
, sourcesContent :
true
, },
plugins
: {
autoprefixer
: {} }, })