FREE Dolly Dress Buntin Pattern

free hanging buntin knitting pattern

Yarn : Double knitting. Oddment of white and a contrast colour.
Needles : 3mm Single Pointed Needles
Abbreviations : k – knit. p – purl. st – stitch. tog-together. st-st – Stocking Stitch (k1row, p1row). inc— increase. Knit into the front and the back of the stitch
Tension : 26 sts x 33 rows = 10cm x 10cm in st-st with double knitting yarn
Dimensions : Approx. 10cm from hem to shoulder straps.

Dress—Make 1
Start at the top. With white, cast on 36 sts
Knit 1 row
Next: (k2, inc1) to end (48 sts)
Purl 1 row
Next: (k3, inc1) to end (60 sts)
Next: k6, cast off 18 (in knit), k12, cast off 18 (in knit), k6 (24 sts)

Change to contrast colour
Knit along all stitches (24 sts)
Starting with a purl row, st-st 3 rows

Change to white
Knit 2 rows

Change to contrast colour
Knit 1 row

Next: (inc1, p1) to end (36 sts)
Next: (inc1, p2) to end (48 sts)

Next: (k2, p2) to end
Complete the last row 7 times in total

Change to white
Knit 3 rows
Purl 1 row
Knit 1 row
Cast off in knit

Sew down the row ends. Fold the bottom flat and sew along the hem.

Add ribbon and embellishments as desired.

small doll dress knitting pattern

Here is Cerise if you like dollies.

£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Knitting pattern instructions to knit Cerise in her little skirt and pom-pom hat.

This product has multiple variants. The options may be chosen on the product page

Even More Patterns

+ Download
Large Print
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Let it snow with this charming knitted snowman gift bag! A cute and reusable way to package Christmas goodies and surprises.

This product has multiple variants. The options may be chosen on the product page
£9.99

Meet Beau, Belle, Boo, and Bess on their first adventure. A delightful booklet featuring these lovable knitted bears—perfect for storytelling and collectors.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

This adorable baby carriage is a pram-tastic knitting project! A unique and thoughtful handmade gift for a new baby.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Sleepy and ready for bed is this cute little boy.   He is in blue with shorts and hat. 

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Hop to it and knit Muffin the Rabbit! This soft toy is perfect for cuddles and makes a great handmade gift for little ones.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Mooove over boring projects—Milkshake the Cow is here! This fun cow knitting pattern creates an adorable soft toy with a cheeky face and a cosy hoodie.

This product has multiple variants. The options may be chosen on the product page

Leave a Reply

{{{ data.variation.price_html }}}
{{{ data.variation.availability_html }}}
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();