-
I am using this loader setup for TypeScript and PostCSS with Webpack 1.13.1:
```
{
test: /\.tsx?$/,
loader: 'ts',
exclude: /node_modules/
},
{
test: /\.css$/,
loader: 'style!typin…
-
hi,
loving this project, however i've found the export of css rules to not take into account the location of the css file.
for example, if `/subproject/index.html` refers to `/main.css` with `..…
-
Since commit #55, files "flags16.css" & "flags32.css" don't exist anymore in "stylesheets" folder, but they are still referenced as main in bower.json. It seems that flags in newly created css files a…
-
Create an actual build pipeline:
## Stages
- [ ] **Staging**
- [x] CSS assets -> **included in** #126
- [x] introduce logic for a *development build* -> **included in** #126
- [x] p…
-
Tumblr has regenerated the CSS in use on the dashboard, which has changed the class names in use in this userstyle.
I had a tab of the previous version of the dash open, so here's the CSS file refe…
-
### Have you experienced this bug with the latest version of the template?
Yes
### Steps to Reproduce
1. Create a new app `npx create-remix@latest --template remix-run/indie-stack`
2. Run the dev …
-
Hi there,
Thanks for the great library!
I was wondering whether we could add an option to keep a reference to the original file name in the compressed file name?
For example, if I have a `cus…
-
Hi, First of all thanks for the great project. Been using it for a year now and works great using chromecast 2
Recently our old tv broke and we upgraded to a smart tv. It has built in Youtube which…
-
First of all, thank you for BrowserSync!
I'm using BrowserSync in snippet mode (no server, no proxy, I inject the snippet manually). When including CSS or JS files I add a cache-busting digest to the…
-
[Astro Icon](https://astroicon.dev) is a similar module for Astro projects that also utilizes Iconify under the hood. It automatically optimizes repeated references to the same icon on a page, using a…