Skip to content

Commit 517c1b7

Browse files
committed
wake -> squid
1 parent d349b65 commit 517c1b7

25 files changed

Lines changed: 3916 additions & 1090 deletions

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://squidit.com.br" target='_blank'>
3-
<img src="https://storage.googleapis.com/squid-static/wake-creators/logos/Logo_WakeCreators_RGB_FundoBranco_SemFundo.svg" alt="Squid logo">
3+
<img src="https://storage.googleapis.com/squid-static/squid/logos/logoSquid-pink.svg" alt="Squid logo">
44
</a>
55
</p>
66

@@ -44,9 +44,9 @@ You can easily install with npm
4444

4545
or download [here](https://github.com/squidit/css/releases)
4646

47-
or use CDN`https://www.jsdelivr.com/package/gh/squidit/css`*
47+
or use CDN`https://www.jsdelivr.com/package/gh/squidit/css`\*
4848

49-
or use `https://css-cdn.squidit.com.br`*
49+
or use `https://css-cdn.squidit.com.br`\*
5050

5151
-> Use the path from references above on CDN's to find the files. Exemple: `https://css-cdn.squidit.com.br/dist/css/squid.min.css`
5252

@@ -59,11 +59,11 @@ If necessary remember to declare the fonts contained in the `/dist/fonts` folder
5959
<html>
6060
<head>
6161
...
62-
<link rel="stylesheet" href="path-to-files/dist/css/squid.min.css">
62+
<link rel="stylesheet" href="path-to-files/dist/css/squid.min.css" />
6363
</head>
6464
<body>
6565
...
66-
<script defer src='path-to-files/dist/js/squid.min.js'></script>
66+
<script defer src="path-to-files/dist/js/squid.min.js"></script>
6767
</body>
6868
</html>
6969
```
@@ -96,22 +96,26 @@ See Intructions [here](https://github.com/squidit/css/blob/master/src/docs/READM
9696

9797
The official CDN for Squid CSS is jsdelivr, which is even where the framework documentation consumes assets.
9898

99-
On [GitHub Releases](https://github.com/squidit/css/releases) create a new release, with a new tag version** and using `master` branch
99+
On [GitHub Releases](https://github.com/squidit/css/releases) create a new release, with a new tag version\*\* and using `master` branch
100100

101101
### jsdelivr usage
102102

103103
```html
104104
...
105-
<link src="https://cdn.jsdelivr.net/gh/squidit/css@latest/dist/css/squid.min.css" rel=stylesheet>
105+
<link
106+
src="https://cdn.jsdelivr.net/gh/squidit/css@latest/dist/css/squid.min.css"
107+
rel="stylesheet"
108+
/>
106109
...
107-
<script src='https://cdn.jsdelivr.net/gh/squidit/css@latest/dist/js/squid.min.js'></script>
110+
<script src="https://cdn.jsdelivr.net/gh/squidit/css@latest/dist/js/squid.min.js"></script>
108111
```
109112

110113
### Deploy yo NPM
111114

112115
> Just draft a new release here on Github and an actions will starts
113116
114-
**Important to use the same tag as package.json
117+
\*\*Important to use the same tag as package.json
118+
115119
## Documentation
116120

117121
See Docs [here](https://css.squidit.com.br)

dist/css/squid-components.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/squid-components.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/squid-minor.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/squid-minor.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)