-
**Prettier 2.5.1**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEA6AZtGAdbBqARgAJhsoiiBaSzWXQpIsAQwBswAKAN2YCcPqtGAEoieIgQAOAD2EBuMhUVEhlAM4BLAF5xGPfoKz0C8sgF8yZDEewAqAEwllhunfu…
-
I want to create a simple LESS plugin that create variables on a function call
I want to do this because i want to have a less variable dynamic on runtime ([link of unanswered question](https://sta…
-
PostCSS是一个利用plugin来transform样式的工具.
PostCSS提供api, 用来分析/修改css文件的rule. plugin可以利用这个api来做很多有用的任务.
# Architecture
## 总览
PostCSS和*Sass*/*Less*不一样它不是一种样式语言, 而是一个用来做css语法转换的工具.
## 工作流
![image](https://u…
-
The following CSS:
```css
div {
margin-right: calc(var(--b, calc(var(--c) * 1)));
}
```
Leads to the following parser error:
```
JisonParserError: Parse error on line 1:
var(--b, c…
-
in App.css, i append follow code to it.
```css
:root {
--distance: 44px;
}
div {margin-top: calc(var(--distance)*-1/2);}
```
after, run ``` npm run build ```
![image](https://user-i…
-
**Prettier 2.5.1**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEABArgZzgAgOSYCGmmSAtoQA54DcAOlAwCSYRlwD6AboQE5I4AFAxz5CeAQEZKADwA0I-ACMJOAEyyFUAJT1GUAHSt2AWjAAbYphzBFlQgBMH…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
Stylint is using line scan to check the code.
But I think Line Scan may be not strong enough for check code.
There are many things that we can't decide which one it is just through one line.
Using st…
-
# Lint
-
The snippet:
```sass
@use "namespace" as alias
selector
prop: alias.$var
```
throws
```
src/components/cover/index.sass
68:1 ✖ Please check validity of the block starting from line #6…