UNPKG
lc-bun-plugin
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
Some bun bundler plugins.
github.com/lazycoffee/lc-bun-plugin
lazycoffee/lc-bun-plugin
lc-bun-plugin
/
playground
/
source
/
style
/
index.less
9 lines
(8 loc)
•
143 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
@import
"./theme.less"
;
@import
"./component/title.less"
;
body
{
background
:
@backgroundColor
;
p
{
color
: red; } }