An open API service indexing awesome lists of open source software.

https://github.com/training-yoyosan/advanced-css-layouts

Advanced CSS layouts
https://github.com/training-yoyosan/advanced-css-layouts

complex-layouts css-calc css-custom-properties flexbox font-sizes grid grid-layout responsive-forms responsive-layout responsive-tables type-scale

Last synced: 4 months ago
JSON representation

Advanced CSS layouts

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/2c894006-4515-4ae0-8d22-5c3769e289f0/deploy-status)](https://app.netlify.com/sites/acssl/deploys)

# Advanced CSS Layouts (advanced-css-layouts)

Checkout the live site at https://acssl.netlify.app.

## Install the dependencies

```bash
yarn
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)

```bash
quasar dev
```

### Lint the files

```bash
yarn run lint
```

### Build the app for production

```bash
quasar build
```

### Customize the configuration

See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).