Skip to content

Commit

Permalink
initializing
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed May 10, 2024
1 parent 028eff7 commit 5909f0c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/pages/blog/introducing-pigment-css.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as React from 'react';
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
import { docs } from './introducing-pigment-css.md?muiMarkdown';

export default function Page() {
return <TopLayoutBlog docs={docs} />;
}
8 changes: 8 additions & 0 deletions docs/pages/blog/introducing-pigment-css.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'Introducing Pigment CSS'
description: 'TK'
date: 2024-05-14T00:00:00.000Z
authors: ['samuelsycamore']
tags: ['Pigment CSS']
card: false
---

0 comments on commit 5909f0c

Please sign in to comment.