-
Even just a CSS file that gets added — I think it will be useful to have Sass helpers like `@include full-absolute(4px)` (yes I'm aware of inset 😛 )
-
Hey,
I'm working on a project where we need to override some colours in the govuk components.
Button for example: https://github.com/alphagov/govuk-frontend/blob/master/src/components/button/_bu…
-
### Describe the bug
Upgraded sass package to 1.79.4, started spitting out deprecation warnings. As per the Vite config docs, I added the following to vite.config.ts
```js
preprocessorOptions…
-
> [!IMPORTANT]
> This issue is part of our 2024 Hacktoberfest initiative. If you are interested in working on this issue, refer to our [top-level tasks](https://github.com/freeCodeCamp/freeCodeCamp/i…
-
**Describe the bug**
If any Story imports CSS, all other stories are forced to adopt the same CSS.
**To Reproduce**
```ts
// Story1.stories.ts
import 'foo.less';
```
```ts
// Story2.stor…
Bilge updated
1 month ago
-
### Target SharePoint environment
SharePoint Online
### What SharePoint development model, framework, SDK or API is this about?
other (enter in the "Additional environment details" area below)
###…
-
**Describe the bug**
when use eslint, need to install the dependencies first, because in the soure code, some lib needs:
in nextjs `layout.tsx`
```tsx
import type { Metadata } from "next";
export…
sharh updated
9 months ago
-
### Summary
Currently, the complete developerFolio is being rendered client side which results in low performance and no SEO.
My plan is to move the complete project to Static Site Generation i…
-
I am getting the following error after `Running "watch" task` restarts
```
2015-03-02 11:19 grunt[7732] (FSEvents.framework) FSEventStreamFlushSync(): failed assertion '(SInt64)last_id > 0LL'
```
Ha…
-
util.less
@white: #FFF;
.zeropad {padding: 0;}
code.less
img { .zeropad; }
base.less
@import 'util.less';
@import 'code.less';
result:
! Name Error: \* is undefined.
!…