Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dobooth authored Feb 11, 2020
1 parent 373f68b commit ff7d9a6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ To create a mobile-specific theme:
</head>
</page>
```
The `<remove>` instruction will remove the desktop-specific files from your theme.

The `<remove>` instruction removes the desktop-specific files from your theme.

## Applying mobile-specific styles

Expand All @@ -39,7 +40,7 @@ Use `styles-m.less` to generate mobile-specific styles.
</page>
```

Media queries `@media-common`, `max screen__m`, `max screen__s`, `max @screen__xs` and `max @screen__xxs` will be added to `styles-m.css`.
Media queries `@media-common`, `max screen__m`, `max screen__s`, `max @screen__xs` and `max @screen__xxs` will be added to `styles-m.css`.

Example of a LESS mixin to target screen width less than 480px:

Expand Down

0 comments on commit ff7d9a6

Please sign in to comment.