-
## Bug Report
**Current behavior**
I purposely added the CSS in the wrong part of the HTML file, and the step completed successfully.
```
My awesome web page
```
…
-
Relative URLs are translated to absolute i.e. /css/etc and /js/etc/
1. If we are going to do this an assume there is apache doing rewrites we should make it /public/css/ etc
2. If we aren't going to …
-
gulp task:
`gulp.task('rev-update-references', function(){
const manifest = gulp.src(getBuildRoot() + '/' + config.tasks.production.manifest)
return gulp.src(path.join(getBuildRoot() + '/*…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Given two separate components eg Bu…
-
-
This addresses some discussion from the 24/5/24 meeting that came up in relation to what should go in in the accessibility tree.
Although `menclose` can be done via CSS, the CSS can be quite compli…
-
### What problem are you trying to solve?
Developers using Declarative Shadow DOM (DSD) do not have a way to share declarative stylesheets without using script. There are many workarounds, but none a…
-
I encountered a problem:when i used other other npm packages ,and it have references sanitize.css/pages.css ,when i 'yarn' , and install 13.0.0, but cannot find module ‘sanitize.css/page.css’
-
If a site is configured as such:
```
.. style.css
.. /image
.. .. image.jpg
```
The image will be referenced in the stylesheet as `../image/image.jpg`. When the stylesheet is concatenated, minified…
-
I just cloned bp5 and the buildscript in a clean directory and everything works fine for the first building-process.
After that, the html file won't get updated with the new hashname for the css-file …
woeps updated
10 years ago