mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-03 03:20:17 -04:00
small readme.md changes (#56)
This commit is contained in:
parent
55a03ff3fd
commit
fde1ce5e90
|
@ -76,6 +76,7 @@ NEXT_PUBLIC_HOST=http://localhost:3000
|
|||
Open a new terminal and run this script in sequence to setup the dependencies and database
|
||||
|
||||
```
|
||||
chmod +x ./start.sh
|
||||
./start.sh
|
||||
```
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
--ring-opacity: 0.5;
|
||||
|
||||
/* Shadows */
|
||||
--shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
|
||||
0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
||||
--shadow-default:
|
||||
0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
||||
--shadow-focus: 0 0 0 3px rgba(66, 153, 225, 0.5);
|
||||
|
||||
/* Borders */
|
||||
|
|
Loading…
Reference in New Issue
Block a user