-
Updated
Jul 30, 2020 - JavaScript
nuxt-module
Here are 187 public repositories matching this topic...
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 8, 2020 - JavaScript
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 14, 2020 - Vue
I wanted to declare the assets like so but it doesn't want to work. I tried all paths.
[
'@nuxtjs/style-resources', {
scss: [ "~css/variables.scss"],
}
]
It only works with this Syntax, could someone explain why or what im doing wrong?
modules: ["@nuxtjs/style-resources"],
styleResources: {
scss: ["~css/variables.scss"]
},
-
Updated
Aug 21, 2020 - TypeScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 23, 2020 - JavaScript
Demo app doesn't work in IE11, guess same goes for IE9+
(as far as i understood you use css-variables and they are not supported by IE)




What problem does this feature solve?
In the past, Brotli was not supported on nodejs servers.
If I understand correctly, this is now supported since a few months : nodejs/node#20458
This PR dropped support for Brotli : nuxt-community/axios-module#180
Maybe it's time to revert this BR because Axios is supporting it too : https://github.com/ax