index
:
create-riot-component.git
master
Create a component skeleton for riot.js. Designed to be used with ES6 import syntax and SASS.
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tag
/
scss.ts
blob: 0c3e74e248a0aa6b31699a4b6fd30aa4911ecd2c (
plain
)
1
2
3
4
const
output
=
`/* Write your SCSS here */
`
;
export default
output
;