4 lines
102 B
Bash
4 lines
102 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mv build/variables.css ../styles/variables.css
|
||
|
mv build/variables.less ../styles/theme.less
|