File size: 134 Bytes
bc20498 |
1 2 3 4 5 6 7 |
import index from './scss-syntax.js'
export default index
export const stringify = index.stringify
export const parse = index.parse
|
bc20498 |
1 2 3 4 5 6 7 |
import index from './scss-syntax.js'
export default index
export const stringify = index.stringify
export const parse = index.parse
|