UNPKG
prejss-postcss-parser
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
PreJSS Parser based on PostCSS and plugins
github.com/axept/prejss
axept/prejss-postcss-parser
prejss-postcss-parser
/
lib
/
common
/
default-config.js
8 lines
(6 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
syntax =
require
(
'postcss-scss'
);
exports
.
default
= {
options
: {
syntax
: syntax } };