Skip to content

Commit 3a89f2e

Browse files
committed
release: v3.0.0-alpha.1
1 parent 728d87a commit 3a89f2e

File tree

4,777 files changed

+7396
-14432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,777 files changed

+7396
-14432
lines changed

.stylelintrc

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"extends": [
3+
"stylelint-config-twbs-bootstrap"
4+
],
5+
"rules": {
6+
"declaration-property-value-disallowed-list": {
7+
"border": "none",
8+
"outline": "none"
9+
},
10+
"function-disallowed-list": [
11+
"calc",
12+
"lighten",
13+
"darken"
14+
],
15+
"property-disallowed-list": [
16+
"border-radius",
17+
"border-top-left-radius",
18+
"border-top-right-radius",
19+
"border-bottom-right-radius",
20+
"border-bottom-left-radius",
21+
"transition"
22+
],
23+
"scss/dollar-variable-default": [
24+
true,
25+
{
26+
"ignore": "local"
27+
}
28+
],
29+
"scss/selector-no-union-class-name": true
30+
}
31+
}

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ It is also possible to link to an external SVG containing the definitions:
136136
<use xlink:href="path/to/free.svg#cil-apple"></use>
137137
</svg>
138138
```
139-
140-
Referencing an external SVG has the advantage that your icons get cached, with one HTTP request. But the external SVG and the HTML should be served from the same domain. This approach works fine in modern browsers except for IE 9+. In order to support IE 9+, You should use `/js/svgxuse.js` or `/js/svgxuse.min.js`. This polyfill detects if the icons are loaded properly; if they aren't, it sends one HTTP request to fetch and cache symbol definitions.
141-
142-
```html
143-
<script defer src="https://unpkg.com/@coreui/icons/js/svgxuse.js"></script>
144-
```
145139
### CoreUI Icons for Angular
146140

147141
- Please check official repository [CoreUI Icons for Angular](https://github.com/coreui/coreui-icons-angular)

build/.stylelintrc

-247
This file was deleted.

build/postcss.config.js

-12
This file was deleted.

build/rollup.config.js

-34
This file was deleted.

js/brand/cib-500px-5.d.ts

-1
This file was deleted.

js/brand/cib-500px-5.js

-1
This file was deleted.

js/brand/cib-500px.d.ts

-1
This file was deleted.

js/brand/cib-500px.js

-1
This file was deleted.

js/brand/cib-about-me.d.ts

-1
This file was deleted.

js/brand/cib-about-me.js

-1
This file was deleted.

js/brand/cib-abstract.d.ts

-1
This file was deleted.

js/brand/cib-abstract.js

-1
This file was deleted.

js/brand/cib-acm.d.ts

-1
This file was deleted.

js/brand/cib-acm.js

-1
This file was deleted.

js/brand/cib-addthis.d.ts

-1
This file was deleted.

js/brand/cib-addthis.js

-1
This file was deleted.

js/brand/cib-adguard.d.ts

-1
This file was deleted.

js/brand/cib-adguard.js

-1
This file was deleted.

js/brand/cib-adobe-acrobat-reader.d.ts

-1
This file was deleted.

0 commit comments

Comments
 (0)