Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anastasiiaxfr/idealecasinos
PHP + Sass + Gulp
https://github.com/anastasiiaxfr/idealecasinos
gulp php sass
Last synced: 13 days ago
JSON representation
PHP + Sass + Gulp
- Host: GitHub
- URL: https://github.com/anastasiiaxfr/idealecasinos
- Owner: anastasiiaxfr
- Created: 2023-06-12T10:06:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T11:29:40.000Z (over 1 year ago)
- Last Synced: 2024-12-04T22:15:48.729Z (2 months ago)
- Topics: gulp, php, sass
- Language: SCSS
- Homepage: https://idealecasinos-production.up.railway.app/
- Size: 20.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
- npm install gulp gulp-connect-php sass gulp-sass gulp-autoprefixer browser-sync gulp-tinypng-extended gulp-plumber gulp.spritesmith --save-dev
- npm start(for VScode install PHP Extension Pack and start php -S localhost:8000 -t dist)
---
### Only Sass
1. 4 spaces or 1 tab
2. For all fonts element use mixin, like:
```
+ft(40, 60, 400, $ffHeading)
+ft(14, 14*1.3, 400, $ffText)
+ft(40, 60, 400)
```
3. For all media queries use mixin, like:
```
+maw(480)
+miw($sm) - without px (do no't use this rem, em, vw, % etc)
```
4. For theme use mixin:
```
+theme(dark)
+theme(white)
```
5. For flexbox use mixin:
```
+flex(flex, align-items-value [not required], justify-content-value [not required], flex-wrap-value [not required], flex-direction-value [not required])
+flex(inline-flex, center, flex-start, wrap)
```
6. For position use mixin, like:
```
+ps(absolute, (t, 0), (l, 0))
```---
/
/pages/landing-page.php
/pages/casino-review.php
/pages/bonus-landing.php
/pages/game-landing.php
/pages/game-review.php
/pages/game-type-landing.php
/pages/game-type-landing-sidebar.php
/pages/payment-system.php
/pages/payment-system-sidebar.php
/pages/provider-landing.php
/pages/info-page.php
/pages/blog.php
/pages/blog-single.php
/pages/category.php
/pages/author.php
/pages/sitemap.php
/pages/404.php
/pages/501.php