Skip to content

Commit

Permalink
correct aliased asset URL instructions, fixes bencodezen#125
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvfritz committed Feb 1, 2019
1 parent ed6951f commit 728efa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tech.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ To import files from `node_modules`, Webpack's [css-loader](https://github.com/w

### Referencing aliased asset URLs

Similarly to importing global modules, referencing aliased assets also requires the `~` at the beginning of the name. For example:
Similarly to importing global modules, referencing aliased assets in _non_-module CSS also requires the `~` at the beginning of the name. For example:

```scss
background: url('~@assets/images/background.png');
Expand Down

0 comments on commit 728efa6

Please sign in to comment.