File tree 3 files changed +765
-1
lines changed
3 files changed +765
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A lib for generating Style Sheets with C#.
4
4
5
- For documentation see our [ docs ] ( ./docs/index.md ) .
5
+ [ English ] ( ./docs/index.md ) | [ 简体中文 ] ( ./docs/index.zh-CN. md )
6
6
7
7
![ Latest Version] ( https://img.shields.io/github/actions/workflow/status/ant-design-blazor/CssInCsharp/package.yml?style=flat-square )
8
8
[ ![ CssInCSharp] ( https://img.shields.io/nuget/v/CssInCSharp.svg?color=red&style=flat-square )] ( https://www.nuget.org/packages/CssInCsharp )
Original file line number Diff line number Diff line change
1
+ # Table of Contents
2
+ - [ Table of Contents] ( #table-of-contents )
3
+ - [ Getting Started] ( #getting-started )
4
+ - [ Install Package] ( #install-package )
5
+ - [ Add Using] ( #add-using )
6
+ - [ Create CSS Object] ( #create-css-object )
7
+ - [ Usage] ( #usage )
8
+ - [ Structured Stylesheet] ( #structured-stylesheet )
9
+ - [ Parent Selectors] ( #parent-selectors )
10
+ - [ Merge] ( #merge )
11
+ - [ Reuse global styles] ( #reuse-global-styles )
12
+ - [ Using merge operator] ( #using-merge-operator )
13
+ - [ Overwrite existing styles] ( #overwrite-existing-styles )
14
+ - [ Variables] ( #variables )
15
+ - [ Retain CSS] ( #retain-css )
16
+ - [ Functions] ( #functions )
17
+ - [ Animation] ( #animation )
18
+ - [ Colors] ( #colors )
19
+ - [ Style Rendering] ( #style-rendering )
20
+ - [ CSS Isolation] ( #css-isolation )
21
+ - [ Custom Component Style] ( #custom-component-style )
22
+
23
+ # Getting Started
24
+
1
25
## Install Package
2
26
``` sh
3
27
dotnet add package CssInCSharp
@@ -100,6 +124,7 @@ var css = new CSSObject
100
124
}
101
125
```
102
126
127
+ # Usage
103
128
## Structured Stylesheet
104
129
105
130
The stylesheet is structured , this is similar to less or sass .
You can’t perform that action at this time.
0 commit comments