return <section className='flex'> <Link href='/'> <a className='hover:bg-black hover:text-white border-black border-2 duration-500 px-4 py-2 cursor-pointer font-black'>{BLOG.title}</a> <a className='hover:bg-black hover:text-white border-black border-2 duration-500 px-4 py-2 cu...
Consider using the standard Tailwind CSS border width class border for better consistency and maintainability. Apply this diff: - className="w-full text-xs mt-3 dark:text-white rounded-xl border-[0.0938rem]" + className="w-full text-xs mt-3 dark:text-white rounded-xl border" 280-280: ...
First of all, we can confirm that the actor for which the flag is enabled is indeed the user with the ID 1. We already get a glimpse of other actor segmentation strategies (groups, percentages), which we will explore in the next section. The critical maintenance information, though, is t...
The CSS landscape has undergone some tectonic shifts:The Atomic CSS approach, although widely hated at first, has gained some traction through libraries like Tailwind, and perhaps influenced the addition of several new utility classes to Bootstrap 4. CSS-in-JS exploded in popularity, with Styled ...
For more permanent methods of running Flipt, see theInstallationsection. Like to live on the edge? Can't wait for the next release? Our nightly builds include the latest changes onmainand are built.. well.. nightly. docker run --rm -p 8080:8080 -p 9000:9000 -t docker.flipt.io/flipt...
"tailwindcss": "^1.6.2", "tailwindcss-gradients": "^3.0.0", "ts-node": "^8.10.2" }, "devDependencies": { 30 changes: 28 additions & 2 deletions 30 src/components/featurePosts/featurePosts.tsx Original file line numberDiff line numberDiff line change @@ -47,17 +47,43 @@ export...
Of course, you can already get the same result by customizing the typography section of the Tailwind config (add a .prose p[class~="text-red"] rule or whatever), but the :where() method is obviously much nicer.Lack of Safari 13 support is a big deal, though, and would probably ...
models import Section from danswer.utils.logger import setup_logger logger = setup_logger() def get_title(soup: BeautifulSoup) -> str: el = soup.find("h1", "p-title-value") if not el: return "" title = el.text for char in (";", ":", "!", "*", "/", "\\", "?", '...
In the mean time, you could always write a plugin that generates the same CSS as an existing module but with a different class name, and then disable the built-in module in the modules section of your config file: // ... modules: { // ... - tracking: ['responsive'], + tracking...
I used Figma for breaking down the UI parts, recreating icons & patterns from scratch, and TailwindCSS classes & SVGs for implementing them in the web. I'm glad if you used it and liked it, thank you very much. (^///^) There is still a lot of work left, so I look forward...