-
I am sure to be simplifying a bit, but I would like to explore adding a config option for `dark_mode` that is a boolean and we load a CSS file that is so named.
Edit: Adjusted for dark mode discuss…
-
Hi! The documentation page https://atramhasis.readthedocs.io/en/latest/customisation.html#changing-the-css explains how to change the CSS. However, some things are not clear to me:
- what SCSS variab…
-
Du à l'upgrade 1.11.44
C'est moins lisible qu'avant.
Expected / obtained :
Edit : this is filed already in element-web : https://github.com/vector-im/element-web/issues/26285, on 13 se…
-
Hi all,
How can one import scss files globally for vue components:
Similar to how it is done with `vue-cli`:
```js
// vue.config.js
const path = require('path')
module.exports = {
pluginO…
-
### Discussed in https://github.com/daltonmenezes/aura-theme/discussions/111
Originally posted by **DewenHona** January 3, 2022
can someone make it ?
I think it requires basic css knowledge …
-
It's really difficult to get the flag icon in template to show up where I would want it to go- is it possible to get `{% render_flag_form post user %}` variable as an HTML element or template variable…
-
# Summary
Add guidance to outline how users can use custom styles and extend USWDS beyond what theme settings are available to them.
## Problem statement
Our current **[Getting started for de…
-
_Note: This is part of a larger initiative to overhaul the style system and the customization options in general. See #6028 to learn more._
The template system permits arbitrary changes to almost a…
-
Hello,
I am trying to little bit customize invoice2.blade.php when i wan to just switch between shipping address and billing address.
So i want to have billing address on the right side and ship…
-
Major CSS in JS libs support scaling factors to make consistent layouts like https://mui.com/material-ui/customization/spacing/
So you can use `margin-top: 1;` which will be converted into `margi…