mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
fix(create-app): should set css preprocessor
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
.test {
|
||||
color: red;
|
||||
}
|
@@ -18,7 +18,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
<style lang="<%= cssLang %>">
|
||||
.demo-button {
|
||||
min-width: 120px;
|
||||
color: #fff;
|
||||
|
Reference in New Issue
Block a user